home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5895 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: rcogate.rco.qc.ca!altitude!usenet
  2. From: pifus@cam.org (David Taylor)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ Development CASE Tool ( Alternatives to ObjectCenter )
  5. Date: 6 Feb 1996 20:27:06 GMT
  6. Organization: Communications Accessibles Montreal
  7. Distribution: world
  8. Message-ID: <4f8diq$e16@tandem.CAM.ORG>
  9. References: <4f6nrq$n46@aegir.adl.dmt.csiro.au>
  10. NNTP-Posting-Host: pifus.hip.cam.org
  11. Mime-Version: 1.0
  12. Content-Type: Text/Plain; charset=US-ASCII
  13. X-Newsreader: WinVN 0.99.6
  14.  
  15. In article <4f6nrq$n46@aegir.adl.dmt.csiro.au>, tjf@adl.dmt.csiro.au says...
  16. >
  17. >
  18. >Hello all, we are looking for suggestions for C++ development/debugging
  19. > tools to use for developing source code which will run on Windows NT,
  20. > Solaris and HP-UX ( the Windows NT requirement also includes the use of
  21. > Microsoft's Visual C++ v.4.0 ).
  22. >We want to implement an object caching system in our application and we
  23. > believe we will need to use dynamic casting so that we have to use a
  24. > version of C++ which complies to the ANSI C++ standard.
  25. >We have ObjectCenter - a C++ development CASE tool from CenterLine Software
  26. > Inc. - and I like it very much as it has some very powerful and useful
  27. > features.
  28. >However, ObjectCenter does not support the ANSI C++ standard and it seems
  29. > that CenterLine do not plan to do so anytime soon so that we are forced
  30. > to look for alternative C++ development CASE tools.
  31. >Please enlighten us on how you have dealt with this if you have faced a
  32. > similar situation and any other relevant advice would be appreciated. 
  33. > Please email direct to me as well as posting any replies.
  34. >PS. I have tried to search through the web for information ( and will
  35. > continue to do so ) but any help to short cut this will be appreciated.
  36. >
  37.  
  38. I recently looked at a C++ development system called UTAH.  I do not know
  39. what platforms it is on, but I tried the NT version.  It has a run-time
  40. object system built into it which may do what you need.  The environment
  41. takes you a certain level from the raw code, which may or may not be what
  42. you are looking for.  I took a pass on it since my end-users are not quite
  43. ready for the 3MB executables it creates, but if you are looking at NT/UNIX
  44. systems this is probably not a problem.  The company is Viewsoft, they
  45. have a web site and can also can send you a demo CD.
  46.  
  47. Dave
  48.  
  49.